﻿2026-07-28T02:39:36.1756243Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-28T02:39:36.1756813Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-28T02:39:36.1757086Z [36;1m$PIN = "0c95435"[0m
2026-07-28T02:39:36.1757313Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-28T02:39:36.1757603Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-28T02:39:36.1757947Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-28T02:39:36.1758320Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-28T02:39:36.1758626Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-28T02:39:36.1758894Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-28T02:39:36.1759139Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-28T02:39:36.1759415Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-28T02:39:36.1759700Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-28T02:39:36.1759978Z [36;1m}[0m
2026-07-28T02:39:36.1760142Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-28T02:39:36.1760420Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-28T02:39:36.1764571Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-28T02:39:36.1764835Z env:
2026-07-28T02:39:36.1765198Z   SPT_CI_TEST_TMP: C:\actions-runner\_work\_temp\spt-test-tmp-30323708322-1-e03dfeda48cc48beae2429c19e6650f8
2026-07-28T02:39:36.1765667Z   TEMP: C:\actions-runner\_work\_temp\spt-test-tmp-30323708322-1-e03dfeda48cc48beae2429c19e6650f8
2026-07-28T02:39:36.1766531Z   TMP: C:\actions-runner\_work\_temp\spt-test-tmp-30323708322-1-e03dfeda48cc48beae2429c19e6650f8
2026-07-28T02:39:36.1767074Z ##[endgroup]
2026-07-28T02:39:37.0868651Z    Compiling proc-macro2 v1.0.106
2026-07-28T02:39:37.0868958Z    Compiling quote v1.0.45
2026-07-28T02:39:37.0869218Z    Compiling unicode-ident v1.0.24
2026-07-28T02:39:37.0870016Z    Compiling cfg-if v1.0.4
2026-07-28T02:39:37.0875886Z    Compiling serde_core v1.0.228
2026-07-28T02:39:37.0877781Z    Compiling serde v1.0.228
2026-07-28T02:39:37.0880854Z    Compiling windows-link v0.2.1
2026-07-28T02:39:37.0882312Z    Compiling getrandom v0.3.4
2026-07-28T02:39:37.0897158Z    Compiling typenum v1.20.1
2026-07-28T02:39:37.0898984Z    Compiling portable-atomic v1.13.1
2026-07-28T02:39:37.0899338Z    Compiling version_check v0.9.5
2026-07-28T02:39:37.0899612Z    Compiling pin-project-lite v0.2.17
2026-07-28T02:39:37.0902465Z    Compiling find-msvc-tools v0.1.9
2026-07-28T02:39:37.0903090Z    Compiling memchr v2.8.1
2026-07-28T02:39:37.0903392Z    Compiling critical-section v1.2.0
2026-07-28T02:39:37.0904191Z    Compiling shlex v2.0.1
2026-07-28T02:39:37.1718323Z    Compiling windows-sys v0.61.2
2026-07-28T02:39:37.1887862Z    Compiling subtle v2.6.1
2026-07-28T02:39:37.2471139Z    Compiling futures-core v0.3.32
2026-07-28T02:39:37.2477082Z    Compiling smallvec v1.15.1
2026-07-28T02:39:37.2792795Z    Compiling equivalent v1.0.2
2026-07-28T02:39:37.5084016Z    Compiling bytes v1.11.1
2026-07-28T02:39:37.5090354Z    Compiling itoa v1.0.18
2026-07-28T02:39:37.5190695Z    Compiling semver v1.0.28
2026-07-28T02:39:37.5216889Z    Compiling stable_deref_trait v1.2.1
2026-07-28T02:39:37.5285156Z    Compiling log v0.4.32
2026-07-28T02:39:37.5623493Z    Compiling generic-array v0.14.7
2026-07-28T02:39:37.7501090Z    Compiling futures-sink v0.3.32
2026-07-28T02:39:37.7759001Z    Compiling rustc_version v0.4.1
2026-07-28T02:39:37.7933904Z    Compiling slab v0.4.12
2026-07-28T02:39:37.8199209Z    Compiling rand_core v0.10.1
2026-07-28T02:39:37.8613751Z    Compiling futures-io v0.3.32
2026-07-28T02:39:37.9300863Z    Compiling futures-task v0.3.32
2026-07-28T02:39:38.0622937Z    Compiling futures-channel v0.3.32
2026-07-28T02:39:38.0950689Z    Compiling hashbrown v0.17.1
2026-07-28T02:39:38.1208612Z    Compiling rustversion v1.0.22
2026-07-28T02:39:38.1242618Z    Compiling getrandom v0.2.17
2026-07-28T02:39:38.1590842Z    Compiling jobserver v0.1.34
2026-07-28T02:39:38.2044005Z    Compiling getrandom v0.4.2
2026-07-28T02:39:38.2416960Z    Compiling cpufeatures v0.2.17
2026-07-28T02:39:38.2417483Z    Compiling fnv v1.0.7
2026-07-28T02:39:38.2740814Z    Compiling libc v0.2.186
2026-07-28T02:39:38.3021464Z    Compiling cfg_aliases v0.2.1
2026-07-28T02:39:38.4009527Z    Compiling cc v1.2.63
2026-07-28T02:39:38.4009980Z    Compiling strsim v0.11.1
2026-07-28T02:39:38.4065534Z    Compiling autocfg v1.5.1
2026-07-28T02:39:38.4182490Z    Compiling litemap v0.8.2
2026-07-28T02:39:38.4293692Z    Compiling writeable v0.6.3
2026-07-28T02:39:38.4444822Z    Compiling icu_normalizer_data v2.2.0
2026-07-28T02:39:38.4492342Z    Compiling fs_extra v1.3.0
2026-07-28T02:39:38.8086621Z    Compiling icu_properties_data v2.2.0
2026-07-28T02:39:38.8340184Z    Compiling utf8_iter v1.0.4
2026-07-28T02:39:38.8940699Z    Compiling syn v2.0.117
2026-07-28T02:39:38.9266527Z    Compiling indexmap v2.14.0
2026-07-28T02:39:38.9635562Z    Compiling dunce v1.0.5
2026-07-28T02:39:39.0151960Z    Compiling ident_case v1.0.1
2026-07-28T02:39:39.0360211Z    Compiling percent-encoding v2.3.2
2026-07-28T02:39:39.0522692Z    Compiling http v1.4.1
2026-07-28T02:39:39.1183973Z    Compiling aws-lc-rs v1.17.0
2026-07-28T02:39:39.1890960Z    Compiling crypto-common v0.1.7
2026-07-28T02:39:39.2180354Z    Compiling unicode-segmentation v1.13.3
2026-07-28T02:39:39.2196715Z    Compiling thiserror v2.0.18
2026-07-28T02:39:39.2430674Z    Compiling cpufeatures v0.3.0
2026-07-28T02:39:39.3646973Z    Compiling scopeguard v1.2.0
2026-07-28T02:39:39.3647470Z    Compiling chacha20 v0.10.0
2026-07-28T02:39:39.4415690Z    Compiling form_urlencoded v1.2.2
2026-07-28T02:39:39.4814714Z    Compiling block-buffer v0.10.4
2026-07-28T02:39:39.4830765Z    Compiling winapi v0.3.9
2026-07-28T02:39:39.6560920Z    Compiling cmake v0.1.58
2026-07-28T02:39:39.7953501Z    Compiling lock_api v0.4.14
2026-07-28T02:39:39.8234684Z    Compiling bitflags v2.12.1
2026-07-28T02:39:39.8675973Z    Compiling untrusted v0.9.0
2026-07-28T02:39:39.8954055Z    Compiling rand v0.10.1
2026-07-28T02:39:39.9481410Z    Compiling digest v0.10.7
2026-07-28T02:39:40.1296464Z    Compiling num-traits v0.2.19
2026-07-28T02:39:40.1296923Z    Compiling windows-result v0.4.1
2026-07-28T02:39:40.4396358Z    Compiling windows-strings v0.5.1
2026-07-28T02:39:40.4815584Z    Compiling rustls v0.23.40
2026-07-28T02:39:40.5160321Z    Compiling heck v0.5.0
2026-07-28T02:39:40.5958524Z    Compiling convert_case v0.10.0
2026-07-28T02:39:40.6352777Z    Compiling const-oid v0.10.2
2026-07-28T02:39:40.7494553Z    Compiling anyhow v1.0.102
2026-07-28T02:39:40.8478650Z    Compiling atomic-waker v1.1.2
2026-07-28T02:39:40.9575436Z    Compiling unicode-xid v0.2.6
2026-07-28T02:39:40.9973897Z    Compiling zerocopy v0.8.50
2026-07-28T02:39:41.0134398Z    Compiling httparse v1.10.1
2026-07-28T02:39:41.0281993Z    Compiling parking_lot_core v0.9.12
2026-07-28T02:39:41.1279032Z    Compiling http-body v1.0.1
2026-07-28T02:39:41.1392141Z    Compiling hybrid-array v0.4.12
2026-07-28T02:39:41.1932373Z    Compiling curve25519-dalek v4.1.3
2026-07-28T02:39:41.1932742Z    Compiling ahash v0.8.12
2026-07-28T02:39:41.2096608Z    Compiling powerfmt v0.2.0
2026-07-28T02:39:41.2215834Z    Compiling aws-lc-sys v0.41.0
2026-07-28T02:39:41.2860996Z    Compiling ring v0.17.14
2026-07-28T02:39:41.3981043Z    Compiling base64ct v1.8.3
2026-07-28T02:39:41.5364708Z    Compiling either v1.16.0
2026-07-28T02:39:41.6682949Z    Compiling fastrand v2.4.1
2026-07-28T02:39:41.8827837Z    Compiling pem-rfc7468 v1.0.0
2026-07-28T02:39:41.9055697Z    Compiling deranged v0.5.8
2026-07-28T02:39:41.9669499Z    Compiling uuid v1.23.2
2026-07-28T02:39:42.0520269Z    Compiling rand_core v0.6.4
2026-07-28T02:39:42.1184549Z    Compiling base64 v0.22.1
2026-07-28T02:39:42.2449696Z    Compiling try-lock v0.2.5
2026-07-28T02:39:42.4259516Z    Compiling zmij v1.0.21
2026-07-28T02:39:42.4378264Z    Compiling time-core v0.1.8
2026-07-28T02:39:42.6309679Z    Compiling data-encoding v2.11.0
2026-07-28T02:39:42.6394601Z    Compiling pkg-config v0.3.33
2026-07-28T02:39:42.7473949Z    Compiling vcpkg v0.2.15
2026-07-28T02:39:42.7713592Z    Compiling num-conv v0.2.2
2026-07-28T02:39:42.7843966Z    Compiling tinyvec_macros v0.1.1
2026-07-28T02:39:42.8218647Z    Compiling tower-service v0.3.3
2026-07-28T02:39:42.9021667Z    Compiling tinyvec v1.11.0
2026-07-28T02:39:42.9137249Z    Compiling want v0.3.1
2026-07-28T02:39:42.9345080Z    Compiling parking_lot v0.12.5
2026-07-28T02:39:42.9850539Z    Compiling crypto-common v0.2.2
2026-07-28T02:39:43.0404388Z    Compiling block-buffer v0.12.0
2026-07-28T02:39:43.1300491Z    Compiling vergen-lib v9.1.0
2026-07-28T02:39:43.1609835Z    Compiling sha2 v0.10.9
2026-07-28T02:39:43.4111165Z    Compiling inout v0.1.4
2026-07-28T02:39:43.4208047Z    Compiling n0-future v0.3.2
2026-07-28T02:39:43.5595784Z    Compiling spin v0.10.0
2026-07-28T02:39:43.5629811Z    Compiling serde_json v1.0.150
2026-07-28T02:39:43.6094942Z    Compiling winnow v1.0.3
2026-07-28T02:39:43.6367742Z    Compiling crossbeam-utils v0.8.21
2026-07-28T02:39:43.6830447Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-28T02:39:43.7741708Z    Compiling diatomic-waker v0.2.3
2026-07-28T02:39:43.7754389Z    Compiling cordyceps v0.3.4
2026-07-28T02:39:43.8096263Z    Compiling httpdate v1.0.3
2026-07-28T02:39:43.9184382Z    Compiling synstructure v0.13.2
2026-07-28T02:39:43.9360524Z    Compiling darling_core v0.20.11
2026-07-28T02:39:43.9930647Z    Compiling libsqlite3-sys v0.30.1
2026-07-28T02:39:43.9931078Z    Compiling signature v2.2.0
2026-07-28T02:39:44.1126283Z    Compiling parking v2.2.1
2026-07-28T02:39:44.1720815Z    Compiling ed25519 v2.2.3
2026-07-28T02:39:44.2099994Z    Compiling futures-buffered v0.2.13
2026-07-28T02:39:44.2703921Z    Compiling futures-lite v2.6.1
2026-07-28T02:39:44.3305545Z    Compiling digest v0.11.3
2026-07-28T02:39:44.4040045Z    Compiling cipher v0.4.4
2026-07-28T02:39:44.4772630Z    Compiling vergen v9.1.0
2026-07-28T02:39:44.6301245Z    Compiling vergen-lib v0.1.6
2026-07-28T02:39:44.6844770Z    Compiling universal-hash v0.5.1
2026-07-28T02:39:44.7469518Z    Compiling noq-udp v0.10.0
2026-07-28T02:39:44.7541309Z    Compiling heapless v0.7.17
2026-07-28T02:39:44.8051250Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-28T02:39:44.8882150Z    Compiling sync_wrapper v1.0.2
2026-07-28T02:39:44.9137702Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-28T02:39:44.9259675Z    Compiling allocator-api2 v0.2.21
2026-07-28T02:39:45.1027838Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-28T02:39:45.1037878Z    Compiling opaque-debug v0.3.1
2026-07-28T02:39:45.1666551Z    Compiling byteorder v1.5.0
2026-07-28T02:39:45.2269116Z    Compiling polyval v0.6.2
2026-07-28T02:39:45.3499590Z    Compiling hash32 v0.2.1
2026-07-28T02:39:45.5105743Z    Compiling vergen-gitcl v1.0.8
2026-07-28T02:39:45.5155121Z    Compiling spin v0.9.8
2026-07-28T02:39:45.5626191Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-28T02:39:45.7000167Z    Compiling windows-threading v0.2.1
2026-07-28T02:39:45.7552144Z    Compiling signature v3.0.0
2026-07-28T02:39:45.8126254Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-28T02:39:45.9034317Z    Compiling fallible-iterator v0.3.0
2026-07-28T02:39:46.0266608Z    Compiling ryu v1.0.23
2026-07-28T02:39:46.0468753Z    Compiling tower-layer v0.3.3
2026-07-28T02:39:46.0966171Z    Compiling windows-targets v0.52.6
2026-07-28T02:39:46.2329178Z    Compiling ghash v0.5.1
2026-07-28T02:39:46.2791633Z    Compiling aes v0.8.4
2026-07-28T02:39:46.2808386Z    Compiling ctr v0.9.2
2026-07-28T02:39:46.2897447Z    Compiling sha2 v0.11.0-rc.5
2026-07-28T02:39:46.3144273Z    Compiling fs2 v0.4.3
2026-07-28T02:39:46.3237500Z    Compiling time v0.3.47
2026-07-28T02:39:46.4379794Z    Compiling proc-macro-crate v3.5.0
2026-07-28T02:39:46.4952981Z    Compiling http-body-util v0.1.3
2026-07-28T02:39:46.6362646Z    Compiling aead v0.5.2
2026-07-28T02:39:46.8360327Z    Compiling utf8parse v0.2.2
2026-07-28T02:39:46.9079291Z    Compiling ipconfig v0.3.4
2026-07-28T02:39:47.0415021Z    Compiling widestring v1.2.1
2026-07-28T02:39:47.0811435Z    Compiling arrayvec v0.7.6
2026-07-28T02:39:47.2011025Z    Compiling aes-gcm v0.10.3
2026-07-28T02:39:47.2624510Z    Compiling windows-sys v0.59.0
2026-07-28T02:39:47.3134311Z    Compiling crossbeam-channel v0.5.15
2026-07-28T02:39:47.3256615Z    Compiling serde_derive v1.0.228
2026-07-28T02:39:47.3534810Z    Compiling zeroize_derive v1.4.3
2026-07-28T02:39:47.4347584Z    Compiling socket2 v0.6.4
2026-07-28T02:39:47.4347882Z    Compiling zerofrom-derive v0.1.7
2026-07-28T02:39:47.4348101Z    Compiling yoke-derive v0.8.2
2026-07-28T02:39:47.7109918Z    Compiling tokio-macros v2.7.0
2026-07-28T02:39:47.7175445Z    Compiling mio v1.2.1
2026-07-28T02:39:47.8167862Z    Compiling futures-macro v0.3.32
2026-07-28T02:39:47.8347665Z    Compiling zerovec-derive v0.11.3
2026-07-28T02:39:47.9663938Z    Compiling displaydoc v0.2.6
2026-07-28T02:39:48.2017933Z    Compiling tracing-attributes v0.1.31
2026-07-28T02:39:48.4563489Z    Compiling thiserror-impl v2.0.18
2026-07-28T02:39:48.7463318Z    Compiling zeroize v1.8.2
2026-07-28T02:39:48.9858044Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-28T02:39:49.1267484Z    Compiling tokio v1.52.3
2026-07-28T02:39:49.1267879Z    Compiling rustls-pki-types v1.14.1
2026-07-28T02:39:49.2127068Z    Compiling darling_macro v0.20.11
2026-07-28T02:39:49.2652001Z    Compiling futures-util v0.3.32
2026-07-28T02:39:49.2690004Z    Compiling derive_more-impl v2.1.1
2026-07-28T02:39:49.7783340Z    Compiling windows-interface v0.59.3
2026-07-28T02:39:49.9231142Z    Compiling spez v0.1.2
2026-07-28T02:39:50.0986768Z    Compiling zerofrom v0.1.8
2026-07-28T02:39:50.1038215Z    Compiling windows-implement v0.60.2
2026-07-28T02:39:50.1055901Z    Compiling darling v0.20.11
2026-07-28T02:39:50.1117973Z    Compiling n0-error-macros v0.1.3
2026-07-28T02:39:50.2771185Z    Compiling der v0.8.0-rc.10
2026-07-28T02:39:50.4932217Z    Compiling yoke v0.8.3
2026-07-28T02:39:50.4935238Z    Compiling derive_builder_core v0.20.2
2026-07-28T02:39:50.7086181Z    Compiling pin-project-internal v1.1.13
2026-07-28T02:39:50.8940154Z    Compiling zerovec v0.11.6
2026-07-28T02:39:50.9516155Z    Compiling zerotrie v0.2.4
2026-07-28T02:39:51.0153806Z    Compiling windows-core v0.62.2
2026-07-28T02:39:51.1330199Z    Compiling cobs v0.3.0
2026-07-28T02:39:51.1718898Z    Compiling postcard-derive v0.2.2
2026-07-28T02:39:51.4194600Z    Compiling n0-error v0.1.3
2026-07-28T02:39:51.4689061Z    Compiling ed25519-dalek v2.2.0
2026-07-28T02:39:51.4817347Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-28T02:39:51.6728869Z    Compiling tinystr v0.8.3
2026-07-28T02:39:51.9402574Z    Compiling potential_utf v0.1.5
2026-07-28T02:39:52.0260430Z    Compiling icu_locale_core v2.2.0
2026-07-28T02:39:52.0365589Z    Compiling spki v0.8.0-rc.4
2026-07-28T02:39:52.0461690Z    Compiling derive_builder_macro v0.20.2
2026-07-28T02:39:52.0655403Z    Compiling spt-proto v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-proto)
2026-07-28T02:39:52.1138455Z    Compiling icu_collections v2.2.0
2026-07-28T02:39:52.1516686Z    Compiling windows-future v0.3.2
2026-07-28T02:39:52.2016313Z    Compiling windows-numerics v0.3.1
2026-07-28T02:39:52.4135575Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-28T02:39:52.4797823Z    Compiling pin-project v1.1.13
2026-07-28T02:39:52.5144123Z    Compiling windows-collections v0.3.2
2026-07-28T02:39:52.5792570Z    Compiling data-encoding-macro v0.1.20
2026-07-28T02:39:52.7093609Z    Compiling derive_builder v0.20.2
2026-07-28T02:39:52.7303286Z    Compiling num_enum_derive v0.7.6
2026-07-28T02:39:52.7463888Z    Compiling strum_macros v0.28.0
2026-07-28T02:39:52.7658081Z    Compiling futures-executor v0.3.32
2026-07-28T02:39:52.7947885Z    Compiling enum-assoc v1.3.0
2026-07-28T02:39:53.2379749Z    Compiling futures v0.3.32
2026-07-28T02:39:53.2473663Z    Compiling windows v0.62.2
2026-07-28T02:39:53.2522625Z    Compiling iroh-metrics-derive v0.4.1
2026-07-28T02:39:53.2641951Z    Compiling async-trait v0.1.89
2026-07-28T02:39:53.2772577Z    Compiling icu_provider v2.2.0
2026-07-28T02:39:53.6864680Z    Compiling icu_properties v2.2.0
2026-07-28T02:39:53.8255227Z    Compiling icu_normalizer v2.2.0
2026-07-28T02:39:53.8282481Z    Compiling ipnet v2.12.0
2026-07-28T02:39:54.5723401Z    Compiling once_cell v1.21.4
2026-07-28T02:39:54.5797041Z    Compiling tokio-util v0.7.18
2026-07-28T02:39:54.7621941Z    Compiling prefix-trie v0.8.4
2026-07-28T02:39:54.8189446Z    Compiling tracing-core v0.1.36
2026-07-28T02:39:54.9376915Z    Compiling ed25519 v3.0.0-rc.4
2026-07-28T02:39:55.0957724Z    Compiling tower v0.5.3
2026-07-28T02:39:55.2053760Z    Compiling idna_adapter v1.2.2
2026-07-28T02:39:55.3611352Z    Compiling hashbrown v0.14.5
2026-07-28T02:39:55.5285936Z    Compiling tracing v0.1.44
2026-07-28T02:39:55.5637646Z    Compiling idna v1.1.0
2026-07-28T02:39:55.7209895Z    Compiling chrono v0.4.45
2026-07-28T02:39:55.8965539Z    Compiling crossbeam-epoch v0.9.18
2026-07-28T02:39:55.9360683Z    Compiling blake3 v1.8.5
2026-07-28T02:39:55.9791847Z    Compiling derive_more v2.1.1
2026-07-28T02:39:55.9792220Z    Compiling h2 v0.4.14
2026-07-28T02:39:56.0287263Z    Compiling url v2.5.8
2026-07-28T02:39:56.0968075Z    Compiling postcard v1.1.3
2026-07-28T02:39:56.2680043Z    Compiling hashlink v0.9.1
2026-07-28T02:39:56.2769155Z    Compiling windows-registry v0.6.1
2026-07-28T02:39:56.5146342Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-28T02:39:56.6822492Z    Compiling rusqlite v0.32.1
2026-07-28T02:39:56.7076358Z    Compiling memoffset v0.6.5
2026-07-28T02:39:56.7177985Z    Compiling noq v0.18.0
2026-07-28T02:39:56.7433139Z    Compiling netwatch v0.16.0
2026-07-28T02:39:56.7951594Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-28T02:39:56.8089715Z    Compiling acto v0.8.2
2026-07-28T02:39:56.9788275Z    Compiling tagptr v0.2.0
2026-07-28T02:39:57.0197421Z    Compiling sorted-index-buffer v0.2.1
2026-07-28T02:39:57.1521386Z    Compiling ref-cast v1.0.25
2026-07-28T02:39:57.1802466Z    Compiling lru-slab v0.1.2
2026-07-28T02:39:57.1802819Z    Compiling thiserror v1.0.69
2026-07-28T02:39:57.3143692Z    Compiling mac-addr v0.3.0
2026-07-28T02:39:57.3617071Z    Compiling identity-hash v0.1.0
2026-07-28T02:39:57.4648330Z    Compiling rustc-hash v2.1.2
2026-07-28T02:39:57.4975041Z    Compiling foldhash v0.2.0
2026-07-28T02:39:57.5769744Z    Compiling xml-rs v0.8.28
2026-07-28T02:39:57.6167479Z    Compiling hashbrown v0.16.1
2026-07-28T02:39:57.6924299Z    Compiling spt-store v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-store)
2026-07-28T02:39:57.7337825Z    Compiling netdev v0.42.0
2026-07-28T02:39:57.8293364Z    Compiling moka v0.12.15
2026-07-28T02:39:57.8723943Z    Compiling attohttpc v0.30.1
2026-07-28T02:39:57.8762749Z    Compiling iroh-base v0.98.0
2026-07-28T02:39:57.9001860Z    Compiling tower-http v0.6.11
2026-07-28T02:39:58.0881155Z    Compiling iroh-metrics v0.38.3
2026-07-28T02:39:58.6193004Z    Compiling xmltree v0.10.3
2026-07-28T02:39:58.6239876Z    Compiling n0-watcher v0.6.1
2026-07-28T02:39:58.9454994Z    Compiling strum v0.28.0
2026-07-28T02:39:58.9890540Z    Compiling tokio-stream v0.1.18
2026-07-28T02:39:59.0171200Z    Compiling num_enum v0.7.6
2026-07-28T02:39:59.0177455Z    Compiling iroh-relay v0.98.0
2026-07-28T02:39:59.2058905Z    Compiling toml_datetime v0.6.11
2026-07-28T02:39:59.2519014Z    Compiling serde_spanned v0.6.9
2026-07-28T02:39:59.2697325Z    Compiling thiserror-impl v1.0.69
2026-07-28T02:39:59.3340748Z    Compiling ref-cast-impl v1.0.25
2026-07-28T02:39:59.4127470Z    Compiling serde_derive_internals v0.29.1
2026-07-28T02:39:59.6382439Z    Compiling simple-dns v0.9.3
2026-07-28T02:39:59.6389636Z    Compiling serial-core v0.4.0
2026-07-28T02:39:59.6791538Z    Compiling aho-corasick v1.1.4
2026-07-28T02:39:59.7736278Z    Compiling sha1_smol v1.0.1
2026-07-28T02:39:59.9791988Z    Compiling resolv-conf v0.7.6
2026-07-28T02:40:00.0555572Z    Compiling winnow v0.7.15
2026-07-28T02:40:00.1584337Z    Compiling simdutf8 v0.1.5
2026-07-28T02:40:00.1825312Z    Compiling smol_str v0.1.24
2026-07-28T02:40:00.2712808Z    Compiling winreg v0.10.1
2026-07-28T02:40:00.3354904Z    Compiling toml_write v0.1.2
2026-07-28T02:40:00.7709632Z    Compiling hyper v1.10.1
2026-07-28T02:40:00.8808846Z    Compiling regex-syntax v0.8.10
2026-07-28T02:40:00.9192969Z    Compiling arrayref v0.3.9
2026-07-28T02:40:00.9408502Z    Compiling constant_time_eq v0.4.2
2026-07-28T02:40:00.9701898Z    Compiling schemars_derive v1.2.1
2026-07-28T02:40:01.2680427Z    Compiling spt-msg v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-msg)
2026-07-28T02:40:01.3140779Z    Compiling iroh-dns v0.98.0
2026-07-28T02:40:01.7269831Z    Compiling serial-windows v0.4.0
2026-07-28T02:40:02.0051221Z    Compiling lru v0.16.4
2026-07-28T02:40:02.4501405Z    Compiling webpki-roots v1.0.7
2026-07-28T02:40:02.9997152Z    Compiling seize v0.5.1
2026-07-28T02:40:03.0407776Z    Compiling hyper-util v0.1.20
2026-07-28T02:40:03.1582345Z    Compiling toml_edit v0.22.27
2026-07-28T02:40:03.4673670Z    Compiling regex-automata v0.4.14
2026-07-28T02:40:03.5257275Z    Compiling darling_core v0.23.0
2026-07-28T02:40:03.5856446Z    Compiling serde_bytes v0.11.19
2026-07-28T02:40:03.6471536Z    Compiling hmac v0.12.1
2026-07-28T02:40:03.8144520Z    Compiling iroh v0.98.2
2026-07-28T02:40:03.8318650Z    Compiling pin-utils v0.1.0
2026-07-28T02:40:03.9304218Z    Compiling dyn-clone v1.0.20
2026-07-28T02:40:03.9843769Z    Compiling once_cell_polyfill v1.70.2
2026-07-28T02:40:04.1437860Z    Compiling lazy_static v1.5.0
2026-07-28T02:40:04.2352658Z    Compiling anstyle v1.0.14
2026-07-28T02:40:04.3104953Z    Compiling cmov v0.5.4
2026-07-28T02:40:04.3395981Z    Compiling bitflags v1.3.2
2026-07-28T02:40:04.3690940Z    Compiling schemars v1.2.1
2026-07-28T02:40:04.5122795Z    Compiling nix v0.25.1
2026-07-28T02:40:04.5514895Z    Compiling anstyle-wincon v3.0.11
2026-07-28T02:40:04.5603612Z    Compiling shared_library v0.1.9
2026-07-28T02:40:04.6406399Z    Compiling ctutils v0.4.2
2026-07-28T02:40:04.6477941Z    Compiling hkdf v0.12.4
2026-07-28T02:40:04.8844784Z    Compiling igd-next v0.17.1
2026-07-28T02:40:04.9237654Z    Compiling papaya v0.2.4
2026-07-28T02:40:04.9518147Z    Compiling serial v0.4.0
2026-07-28T02:40:04.9735020Z    Compiling filedescriptor v0.8.3
2026-07-28T02:40:05.1151043Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-28T02:40:05.2411938Z    Compiling backon v1.6.0
2026-07-28T02:40:05.5092847Z    Compiling toml v0.8.23
2026-07-28T02:40:05.5856910Z    Compiling anstyle-query v1.1.5
2026-07-28T02:40:05.6194188Z    Compiling anstyle-parse v1.0.0
2026-07-28T02:40:05.7494946Z    Compiling vte_generate_state_changes v0.1.2
2026-07-28T02:40:05.9032973Z    Compiling downcast-rs v1.2.1
2026-07-28T02:40:06.0456818Z    Compiling instability v0.3.12
2026-07-28T02:40:06.0837892Z    Compiling is_terminal_polyfill v1.70.2
2026-07-28T02:40:06.0839328Z    Compiling foldhash v0.1.5
2026-07-28T02:40:06.3211347Z    Compiling regex v1.12.3
2026-07-28T02:40:06.3634862Z    Compiling unicode-width v0.2.0
2026-07-28T02:40:06.4795585Z    Compiling paste v1.0.15
2026-07-28T02:40:06.5207556Z    Compiling shell-words v1.1.1
2026-07-28T02:40:06.5230993Z    Compiling colorchoice v1.0.5
2026-07-28T02:40:06.7440349Z    Compiling portable-pty v0.8.1
2026-07-28T02:40:06.8492347Z    Compiling spt-runtime v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-runtime)
2026-07-28T02:40:07.0269077Z    Compiling anstream v1.0.0
2026-07-28T02:40:07.0442943Z    Compiling vte v0.13.1
2026-07-28T02:40:07.1863307Z    Compiling hashbrown v0.15.5
2026-07-28T02:40:07.2883103Z    Compiling wmi v0.18.4
2026-07-28T02:40:07.6390004Z    Compiling spake2 v0.4.0
2026-07-28T02:40:07.8719311Z    Compiling strum_macros v0.26.4
2026-07-28T02:40:08.0069875Z    Compiling terminal_size v0.4.4
2026-07-28T02:40:08.4123791Z    Compiling crossterm_winapi v0.9.1
2026-07-28T02:40:08.6481076Z    Compiling itertools v0.13.0
2026-07-28T02:40:08.6483977Z    Compiling castaway v0.2.4
2026-07-28T02:40:08.7401003Z    Compiling darling_macro v0.23.0
2026-07-28T02:40:08.8397588Z    Compiling sha1 v0.10.6
2026-07-28T02:40:09.1338322Z    Compiling static_assertions v1.1.0
2026-07-28T02:40:09.1487362Z    Compiling indoc v2.0.7
2026-07-28T02:40:09.1677648Z    Compiling clap_lex v1.1.0
2026-07-28T02:40:09.3736812Z    Compiling recvmsg v1.0.0
2026-07-28T02:40:09.5252622Z    Compiling darling v0.23.0
2026-07-28T02:40:09.6478365Z    Compiling portmapper v0.16.0
2026-07-28T02:40:09.9420661Z    Compiling unicode-width v0.1.14
2026-07-28T02:40:09.9756419Z    Compiling doctest-file v1.1.1
2026-07-28T02:40:10.3348965Z    Compiling spt-live v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-live)
2026-07-28T02:40:10.4252812Z    Compiling clap_builder v4.6.0
2026-07-28T02:40:10.6288133Z    Compiling unicode-truncate v1.1.0
2026-07-28T02:40:10.8598423Z    Compiling interprocess v2.4.2
2026-07-28T02:40:10.9536648Z    Compiling compact_str v0.8.2
2026-07-28T02:40:11.0127732Z    Compiling strum v0.26.3
2026-07-28T02:40:11.0186633Z    Compiling crossterm v0.28.1
2026-07-28T02:40:11.0949858Z    Compiling spt-term v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-term)
2026-07-28T02:40:11.2334942Z    Compiling lru v0.12.5
2026-07-28T02:40:11.9986229Z    Compiling clap_derive v4.6.1
2026-07-28T02:40:12.2059414Z    Compiling cassowary v0.3.0
2026-07-28T02:40:12.3587671Z    Compiling error-code v3.3.2
2026-07-28T02:40:12.3727179Z    Compiling nucleo-matcher v0.3.1
2026-07-28T02:40:12.4749927Z    Compiling qrcode v0.14.1
2026-07-28T02:40:12.4834982Z    Compiling tempfile v3.27.0
2026-07-28T02:40:12.5244392Z    Compiling clipboard-win v5.4.1
2026-07-28T02:40:13.0720651Z    Compiling ratatui v0.29.0
2026-07-28T02:40:14.6146093Z    Compiling clap v4.6.1
2026-07-28T02:40:27.3345720Z    Compiling rustls-webpki v0.103.13
2026-07-28T02:40:30.0980037Z    Compiling tokio-rustls v0.26.4
2026-07-28T02:40:30.0980470Z    Compiling noq-proto v0.17.0
2026-07-28T02:40:30.0980831Z    Compiling rustls-platform-verifier v0.7.0
2026-07-28T02:40:30.2951984Z    Compiling hyper-rustls v0.27.9
2026-07-28T02:40:30.2952342Z    Compiling hickory-net v0.26.0-beta.4
2026-07-28T02:40:30.2952620Z    Compiling tokio-websockets v0.13.2
2026-07-28T02:40:30.4745951Z    Compiling reqwest v0.13.4
2026-07-28T02:40:31.5835501Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-28T02:40:51.2147478Z    Compiling spt-net v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-net)
2026-07-28T02:40:52.9852562Z    Compiling spt-daemon v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-daemon)
2026-07-28T02:41:06.8205404Z    Compiling spt v0.45.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt)
2026-07-28T02:41:16.1584053Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 39s
2026-07-28T02:41:16.1837690Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-a887596f47a2d10d.exe)
2026-07-28T02:41:16.2683318Z 
2026-07-28T02:41:16.2683629Z running 1 test
2026-07-28T02:41:24.6714427Z test new_brain_serves_against_old_broker ... ok
2026-07-28T02:41:24.6714711Z 
2026-07-28T02:41:24.6714956Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.40s
2026-07-28T02:41:24.6715297Z 
